func runtime.funcdata
12 uses
runtime (current package)
heapdump.go#L270: stkmap := (*stackmap)(funcdata(f, abi.FUNCDATA_LocalsPointerMaps))
heapdump.go#L331: stkmap = (*stackmap)(funcdata(f, abi.FUNCDATA_ArgsPointerMaps))
panic.go#L982: fd := funcdata(fn, abi.FUNCDATA_OpenCodedDeferInfo)
preempt.go#L407: if fd := funcdata(f, abi.FUNCDATA_LocalsPointerMaps); fd == nil || f.flag&abi.FuncFlagAsm != 0 {
stkframe.go#L192: stkmap := (*stackmap)(funcdata(f, abi.FUNCDATA_LocalsPointerMaps))
stkframe.go#L219: stackmap := (*stackmap)(funcdata(f, abi.FUNCDATA_ArgsPointerMaps))
stkframe.go#L245: p := funcdata(f, abi.FUNCDATA_StackObjects)
symtab.go#L1218: func funcdata(f funcInfo, i uint8) unsafe.Pointer {
symtabinl.go#L68: inldata := funcdata(f, abi.FUNCDATA_InlTree)
traceback.go#L657: p := (*[abi.TraceArgsMaxLen]uint8)(funcdata(f, abi.FUNCDATA_ArgInfo))
traceback.go#L662: liveInfo := funcdata(f, abi.FUNCDATA_ArgLiveInfo)
tracestack.go#L340: w := funcdata(f, abi.FUNCDATA_WrapInfo)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |